RequestEntriesResponse

data class RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)

Represents response frame that is returned from CacheStorage#requestEntries operation call. Requests data from cache.

See also

Constructors

RequestEntriesResponse
Link copied to clipboard
fun RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)

Properties

cacheDataEntries
Link copied to clipboard
val cacheDataEntries: List<DataEntry>
Array of object store data entries.
returnCount
Link copied to clipboard
val returnCount: Double
Count of returned entries from this storage.

Sources

jvm source
Link copied to clipboard